Skip to main content

AddXRefEx

Description

This method adds object of the TsgDXFXref class.

ParameterDescription
ACADFileThe object of the descendant of the TsgCADImage class.
ANameThe name for the new object of the TsgDXFXref class.
APosThe insert point for new object of the TsgDXFXref class.
AScaleX, Y, Z scale factors for new object of the TsgDXFXref class.
RotationThe rotation angle for new object of the TsgDXFXref class.
ALayoutThe layout for the new object of the TsgDXFXref class.

Syntax

procedure AddXRefEx(ACADFile: TObject; AName: string; APos, AScale: TFPoint; Rotation: Single; ALayout: TsgDXFLayout);